runtime.mcache.tinyoffset (field)

6 uses

	runtime (current package)
		malloc.go#L1156: 	off := c.tinyoffset
		malloc.go#L1176: 		c.tinyoffset = off + size
		malloc.go#L1194: 	if !raceenabled && (size < c.tinyoffset || c.tiny == 0) {
		malloc.go#L1197: 		c.tinyoffset = size
		mcache.go#L42: 	tinyoffset uintptr
		mcache.go#L307: 	c.tinyoffset = 0